home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: netcom.com!marnold
- From: marnold@netcom.com (Matt Arnold)
- Subject: Re: [Q] How to implement VersionInfo in an .EXE-file?
- Message-ID: <marnoldDpsGpA.8MJ@netcom.com>
- Organization: NETCOM On-line Communication Services (408 261-4700 guest)
- References: <4km4m1$dsf@merkurius.lu.se>
- Date: Sat, 13 Apr 1996 06:58:22 GMT
- Sender: marnold@netcom9.netcom.com
-
- svp95bos@lustudat.student.lu.se (Peter Rundqvist) writes:
-
- >Hello!
-
- >Does anyone know how to implement VersionInfo in an .EXE-file?
-
- Include a standard VERSIONINFO resource with numeric ID 1.
-
- >Does one HAVE to use for instance a c/c++ IDE or the RC-compiler?
-
- Unless you want to write your own resource compiler, you should use
- Microsoft's RC.EXE or any of the compatible resource compilers that
- ship with any Windows compilers.
-
- >Please help me!
-
- It this .EXE your are worried about a Windows executable? If so, then
- surely you have Windows programming tools. You don't have a resource
- compiler? You don't know how to use VERSIONINFO resources? What
- exactly is your trouble?
-
- Regards,
- -------------------------------------------------------------------------
- Matt Arnold | | ||| | |||| | | | || ||
- marnold@netcom.com | | ||| | |||| | | | || ||
- Boston, MA | 0 | ||| | |||| | | | || ||
- 617.389.7384 (h) 617.576.2760 (w) | | ||| | |||| | | | || ||
- C++, MIDI, Win32/95 developer | | ||| 4 3 1 0 8 3 || ||
- -------------------------------------------------------------------------
-
-